python面对对象编程----1:BlackJack(21点)
昨天读完了《Mastering Object-oriented Python》的第一部分,做一些总结。 首先,第一部分总过八章,名字叫Pythonic Classes via Special Met ...
昨天读完了《Mastering Object-oriented Python》的第一部分,做一些总结。 首先,第一部分总过八章,名字叫Pythonic Classes via Special Met ...
__str__&__repr__ 二:__hash__(),__eq__() 使用默认的__hash__ ...
抽象基本类的几大特点: >>> abs(3) 3 >>> isinstance(abs, collections.abc ...